type crypto/tls.transcriptHash
5 uses
crypto/tls (current package)
conn.go#L1055: func (c *Conn) writeHandshakeRecord(msg handshakeMessage, transcript transcriptHash) (int, error) {
conn.go#L1095: func (c *Conn) readHandshake(transcript transcriptHash) (any, error) {
conn.go#L1124: func (c *Conn) unmarshalHandshakeMessage(data []byte, transcript transcriptHash) (handshakeMessage, error) {
handshake_messages.go#L1934: type transcriptHash interface {
handshake_messages.go#L1949: func transcriptMsg(msg handshakeMessage, h transcriptHash) error {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)